home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / nightmare / new_bar.swf / scripts / DefineButton2_66 / BUTTONCONDACTION on(press).as next >
Text File  |  2004-04-06  |  175b  |  12 lines

  1. on(press){
  2.    if(_global.i == 13)
  3.    {
  4.       _global.i = 0;
  5.    }
  6.    if(_global.alreadyopen == true)
  7.    {
  8.       _global.i += 1;
  9.    }
  10.    _global.i = _global.i + 1;
  11. }
  12.